home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 November / Chip Kasım 2003.iso / prog / basic / CLONECD / Setup.exe / $SMPROGRAMS / CloneCD / CloneCD.exe / 0 / RCDATA / TOVERBURNFORM / TOVERBURNFORM.txt
Encoding:
Text File  |  2003-05-08  |  1.0 KB  |  59 lines

  1. object OverburnForm: TOverburnForm
  2.   Left = 243
  3.   Top = 148
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 228
  6.   ClientWidth = 358
  7.   Color = clBtnFace
  8.   ParentFont = True
  9.   OldCreateOrder = False
  10.   OnCreate = FormCreate
  11.   OnShow = FormShow
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object GroupBox: TGroupBox
  15.     Left = 7
  16.     Top = 7
  17.     Width = 343
  18.     Height = 178
  19.     TabOrder = 0
  20.     object TextLabel: TLabel
  21.       Left = 2
  22.       Top = 37
  23.       Width = 339
  24.       Height = 75
  25.       Align = alBottom
  26.       Alignment = taCenter
  27.       AutoSize = False
  28.     end
  29.     object RadioGroup: TRadioGroup
  30.       Left = 2
  31.       Top = 112
  32.       Width = 339
  33.       Height = 64
  34.       Align = alBottom
  35.       Items.Strings = (
  36.         '1'
  37.         '2'
  38.         '3')
  39.       TabOrder = 0
  40.     end
  41.   end
  42.   object OkButton: TButton
  43.     Left = 52
  44.     Top = 194
  45.     Width = 90
  46.     Height = 23
  47.     ModalResult = 1
  48.     TabOrder = 1
  49.   end
  50.   object CancelButton: TButton
  51.     Left = 214
  52.     Top = 194
  53.     Width = 90
  54.     Height = 23
  55.     ModalResult = 2
  56.     TabOrder = 2
  57.   end
  58. end
  59.